- genericType - Variable in class be.atbash.json.asm.Accessor
-
Filed Type using JDK 5+ generics if available
- get(Class<P>) - Static method in class be.atbash.json.asm.BeansAccess
-
return the BeansAccess corresponding to a type
- get(Class<P>, FieldFilter) - Static method in class be.atbash.json.asm.BeansAccess
-
return the BeansAccess corresponding to a type
- get(T, int) - Method in class be.atbash.json.asm.BeansAccess
-
get field value by field index
- get(T, String) - Method in class be.atbash.json.asm.BeansAccess
-
get field value by fieldname
- getAccessors() - Method in class be.atbash.json.asm.BeansAccess
-
- getAnnotation(Class<T>) - Method in class be.atbash.json.asm.Accessor
-
Return the specified annotation on the field.
- getGenericType() - Method in class be.atbash.json.asm.Accessor
-
return generics field Type.
- getIndex() - Method in class be.atbash.json.asm.Accessor
-
getter for index
- getIndex(String) - Method in class be.atbash.json.asm.BeansAccess
-
Returns the index of the field accessor.
- getMap() - Method in class be.atbash.json.asm.BeansAccess
-
- getName() - Method in class be.atbash.json.asm.Accessor
-
return the field name
- getPropertyName() - Method in class be.atbash.json.asm.Accessor
-
The property name for the field.
- getPropertyName(Accessor) - Method in interface be.atbash.json.asm.mapper.FieldPropertyNameMapper
-
- getter - Variable in class be.atbash.json.asm.Accessor
-
getter Methods if available
- getType() - Method in class be.atbash.json.asm.Accessor
-
return field Class