|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DuplicatePropertyDeclarationsException | |
---|---|
de.smartics.properties.api.core.domain | Provides property domain objects and exceptions. |
de.smartics.properties.spi.core.registry | Provides registries to access properties meta information. |
Uses of DuplicatePropertyDeclarationsException in de.smartics.properties.api.core.domain |
---|
Methods in de.smartics.properties.api.core.domain that throw DuplicatePropertyDeclarationsException | |
---|---|
void |
PropertyDescriptorRegistry.addDescriptors(Class<?>... propertySetTypes) Adds the given descriptors. |
void |
PropertyDescriptorRegistry.addDescriptors(Class<?> propertySetType) Adds the given descriptor. |
void |
PropertyDescriptorRegistry.addDescriptors(Class<?> propertySetType, List<PropertyDescriptor> descriptors) Adds the descriptors to the given declaring type. |
void |
PropertyDescriptorRegistry.addDescriptors(Set<Class<?>> propertySetTypes) Adds the given descriptors. |
Uses of DuplicatePropertyDeclarationsException in de.smartics.properties.spi.core.registry |
---|
Methods in de.smartics.properties.spi.core.registry that throw DuplicatePropertyDeclarationsException | |
---|---|
void |
InMemoryPropertyDescriptorRegistry.addDescriptors(Class<?>... propertySetTypes) |
void |
InMemoryPropertyDescriptorRegistry.addDescriptors(Class<?> propertySetType) |
void |
InMemoryPropertyDescriptorRegistry.addDescriptors(Class<?> propertySetType, List<PropertyDescriptor> descriptors) |
void |
InMemoryPropertyDescriptorRegistry.addDescriptors(Set<Class<?>> propertySetTypes) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |