Uses of Class
edu.cornell.mannlib.vitro.webapp.utils.configuration.PropertyType.PropertyTypeException
-
Packages that use PropertyType.PropertyTypeException Package Description edu.cornell.mannlib.vitro.webapp.utils.configuration -
-
Uses of PropertyType.PropertyTypeException in edu.cornell.mannlib.vitro.webapp.utils.configuration
Methods in edu.cornell.mannlib.vitro.webapp.utils.configuration that throw PropertyType.PropertyTypeException Modifier and Type Method Description voidPropertyType.PropertyMethod. confirmCompatible(PropertyType.PropertyStatement ps)static PropertyType.PropertyMethodPropertyType. createPropertyMethod(Method method, Property annotation)static PropertyType.PropertyStatementPropertyType. createPropertyStatement(org.apache.jena.rdf.model.Statement s)voidPropertyType.PropertyMethod. invoke(Object instance, Object value)voidWrappedInstance. setProperties(ConfigurationBeanLoader loader, Collection<PropertyType.PropertyStatement> propertyStatements)The loader provides the distilled property statements from the RDF, to populate the instance.static PropertyTypePropertyType. typeForObject(org.apache.jena.rdf.model.RDFNode object)static PropertyTypePropertyType. typeForParameterType(Class<?> parameterType)
-