Uses of Class
net.minidev.asm.Accessor
Packages that use Accessor
-
Uses of Accessor in net.minidev.asm
Methods in net.minidev.asm that return AccessorModifier and TypeMethodDescriptionstatic Accessor[]ASMUtil.getAccessors(Class<?> type, FieldFilter filter) Extract all Accessor for the field of the given class.Accessor[]BeansAccess.getAccessors()get internal accessorMethods in net.minidev.asm that return types with arguments of type AccessorMethods in net.minidev.asm with parameters of type AccessorModifier and TypeMethodDescriptionprotected voidBeansAccess.setAccessor(Accessor[] accs) set AccessorConstructors in net.minidev.asm with parameters of type AccessorModifierConstructorDescriptionBeansAccessBuilder(Class<?> type, Accessor[] accs, net.minidev.asm.DynamicClassLoader loader) Initializes a new builder instance for a given bean class.