Uses of Interface
org.brijframework.model.resource.PropertyModelResource
-
Packages that use PropertyModelResource Package Description org.brijframework.model.helper org.brijframework.model.resource org.brijframework.model.resource.asm org.brijframework.model.resource.impl -
-
Uses of PropertyModelResource in org.brijframework.model.helper
Methods in org.brijframework.model.helper with parameters of type PropertyModelResource Modifier and Type Method Description static ModelPropertyDiffinationMetaDataHelper. buildFieldMeta(ModelTypeDeffination owner, AccessibleObject target, PropertyModelResource<?> metaSetup)static ModelPropertyDiffinationMetaDataHelper. buildFieldMeta(ModelTypeDeffination owner, Field target, PropertyModelResource<?> property)static ModelPropertyDiffinationMetaDataHelper. buildFieldMeta(ModelTypeDeffination owner, Method target, PropertyModelResource<?> property)static ModelPropertyDiffinationGroupMetaDataHelper. buldPropertyGroup(ModelTypeDiffinationImpl owner, String key, PropertyModelResource<?> propertyModelResource) -
Uses of PropertyModelResource in org.brijframework.model.resource
Subinterfaces of PropertyModelResource in org.brijframework.model.resource Modifier and Type Interface Description interfaceRelationPropertyModelResource<E>Methods in org.brijframework.model.resource that return types with arguments of type PropertyModelResource Modifier and Type Method Description Map<String,PropertyModelResource<?>>TypeModelResource. getProperties() -
Uses of PropertyModelResource in org.brijframework.model.resource.asm
Classes in org.brijframework.model.resource.asm that implement PropertyModelResource Modifier and Type Class Description classAbstractPropertyModelResource<E>classAbstractRelationPropertyModelResourceMethods in org.brijframework.model.resource.asm that return types with arguments of type PropertyModelResource Modifier and Type Method Description Map<String,PropertyModelResource<?>>AbstractTypeModelResource. getProperties()Method parameters in org.brijframework.model.resource.asm with type arguments of type PropertyModelResource Modifier and Type Method Description voidAbstractTypeModelResource. setProperties(Map<String,PropertyModelResource<?>> properties) -
Uses of PropertyModelResource in org.brijframework.model.resource.impl
Classes in org.brijframework.model.resource.impl that implement PropertyModelResource Modifier and Type Class Description classPropertyModelResourceImplclassRelationPropertyModelResourceImplMethods in org.brijframework.model.resource.impl that return PropertyModelResource Modifier and Type Method Description PropertyModelResource<?>TypeModelResourceImpl. getProperty(String setup)Methods in org.brijframework.model.resource.impl with parameters of type PropertyModelResource Modifier and Type Method Description voidTypeModelResourceImpl. addProperty(PropertyModelResource<String> setup)
-