Package net.sf.cglib.transform.impl
Interface InterceptFieldFilter
-
public interface InterceptFieldFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
acceptRead(org.objectweb.asm.Type owner, java.lang.String name)
boolean
acceptWrite(org.objectweb.asm.Type owner, java.lang.String name)
-