|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertiesCode | |
---|---|
de.smartics.properties.api.core.app | Provides classes on the domain level. |
de.smartics.properties.api.core.domain | Provides property domain objects and exceptions. |
de.smartics.properties.api.core.security | Provides security mechanisms to protect property values. |
Uses of PropertiesCode in de.smartics.properties.api.core.app |
---|
Constructors in de.smartics.properties.api.core.app with parameters of type PropertiesCode | |
---|---|
AbstractBaseMessageBean(PropertiesCode code) Constructor without a cause. |
|
AbstractBaseMessageBean(PropertiesCode code, Throwable cause) Default constructor. |
|
PropertyRootException(PropertiesCode code) Constructor with error code and no cause for exceptions that do no provide its context as a message bean. |
|
PropertyRootException(Throwable cause, PropertiesCode code) Constructor with cause and code for exceptions that do no provide its context as a message bean. |
Uses of PropertiesCode in de.smartics.properties.api.core.domain |
---|
Classes in de.smartics.properties.api.core.domain that implement PropertiesCode | |
---|---|
class |
ConfigCode Codes dealing with property problems. |
class |
PropertyCode Codes dealing with property problems. |
Constructors in de.smartics.properties.api.core.domain with parameters of type PropertiesCode | |
---|---|
PropertyDescriptorMessageBean(PropertiesCode code, Throwable cause, PropertyDescriptor propertyDescriptor) Default constructor. |
|
PropertyExpressionMessageBean(PropertiesCode code, Throwable cause, PropertyDescriptor propertyDescriptor, String expression) Default constructor. |
|
PropertyMessageBean(PropertiesCode code, Throwable cause, PropertyKey propertyKey) Default constructor. |
|
PropertyValidationMessageBean(PropertiesCode code, Throwable cause, PropertyDescriptor propertyDescriptor, List<? extends PropertyConstraint<?>> constraints, Object value) Default constructor. |
|
PropertyValueMessageBean(PropertiesCode code, Throwable cause, PropertyDescriptor propertyDescriptor, Object value) Default constructor. |
Uses of PropertiesCode in de.smartics.properties.api.core.security |
---|
Classes in de.smartics.properties.api.core.security that implement PropertiesCode | |
---|---|
class |
SecurityCode Codes dealing with property problems. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |