Uses of Class
com.googlecode.aviator.utils.Reflector.PropertyType
-
Packages that use Reflector.PropertyType Package Description com.googlecode.aviator.utils -
-
Uses of Reflector.PropertyType in com.googlecode.aviator.utils
Methods in com.googlecode.aviator.utils that return Reflector.PropertyType Modifier and Type Method Description static Reflector.PropertyType
Reflector.PropertyType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Reflector.PropertyType[]
Reflector.PropertyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.googlecode.aviator.utils with parameters of type Reflector.PropertyType Modifier and Type Method Description static java.lang.Object
Reflector. fastGetProperty(java.lang.Object obj, java.lang.String name, Reflector.PropertyType type)
-