public class InterceptionMarkers extends Object
Modifier and Type | Field and Description |
---|---|
protected ConcurrentHashMap<String,String> |
convertableReference |
protected ConcurrentHashMap<String,String> |
hasConstructorInterception |
protected ConcurrentHashMap<String,String> |
hasFieldInterception |
protected ConcurrentHashMap<String,String> |
skipConstructorInterception |
protected ConcurrentHashMap<String,String> |
skipConvertableReference |
protected ConcurrentHashMap<String,String> |
skipFieldInterception |
Constructor and Description |
---|
InterceptionMarkers() |
Modifier and Type | Method and Description |
---|---|
void |
addConstructionInterceptionMarker(String classname) |
void |
addFieldInterceptionMarker(String classname) |
boolean |
convertReference(String classname) |
boolean |
shouldSkipConstruction(String classname) |
boolean |
shouldSkipFieldAccess(String classname) |
void |
skipConstruction(String classname) |
void |
skipFieldAccess(String classname) |
void |
skipReference(String classname) |
protected final ConcurrentHashMap<String,String> convertableReference
protected final ConcurrentHashMap<String,String> hasFieldInterception
protected final ConcurrentHashMap<String,String> hasConstructorInterception
protected final ConcurrentHashMap<String,String> skipConvertableReference
protected final ConcurrentHashMap<String,String> skipFieldInterception
protected final ConcurrentHashMap<String,String> skipConstructorInterception
public void addConstructionInterceptionMarker(String classname)
public void addFieldInterceptionMarker(String classname)
public void skipReference(String classname)
public boolean shouldSkipConstruction(String classname)
public boolean shouldSkipFieldAccess(String classname)
public void skipConstruction(String classname)
public void skipFieldAccess(String classname)
public boolean convertReference(String classname)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.