Uses of Class
edu.cornell.mannlib.vitro.webapp.utils.configuration.PropertyType.PropertyMethod
-
Packages that use PropertyType.PropertyMethod Package Description edu.cornell.mannlib.vitro.webapp.utils.configuration -
-
Uses of PropertyType.PropertyMethod in edu.cornell.mannlib.vitro.webapp.utils.configuration
Subclasses of PropertyType.PropertyMethod in edu.cornell.mannlib.vitro.webapp.utils.configuration Modifier and Type Class Description static classPropertyType.FloatPropertyMethodstatic classPropertyType.ResourcePropertyMethodstatic classPropertyType.StringPropertyMethodMethods in edu.cornell.mannlib.vitro.webapp.utils.configuration that return PropertyType.PropertyMethod Modifier and Type Method Description protected abstract PropertyType.PropertyMethodPropertyType. buildPropertyMethod(Method method, Property annotation)static PropertyType.PropertyMethodPropertyType. createPropertyMethod(Method method, Property annotation)Constructor parameters in edu.cornell.mannlib.vitro.webapp.utils.configuration with type arguments of type PropertyType.PropertyMethod Constructor Description WrappedInstance(T instance, Map<String,PropertyType.PropertyMethod> propertyMethods, Set<Method> validationMethods)
-