Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.axonframework.common.property Classes and Interfaces - 7 results found.
NameDescriptionTypePackageFramework
AbstractMethodPropertyAccessStrategyAbstract implementation of the PropertyAccessStrategy that uses a no-arg, public method to access the property value.Classorg.axonframework.common.propertyAxon
BeanPropertyAccessStrategyBeanPropertyAccessStrategy implementation that uses JavaBean style property access.Classorg.axonframework.common.propertyAxon
MethodAccessedPropertyProperty implementation that invokes a method to obtain a value of a property for a given instance.Classorg.axonframework.common.propertyAxon
PropertyInterface describing a mechanism that can read a predefined property from a given instance.Interfaceorg.axonframework.common.propertyAxon
PropertyAccessExceptionException indicating that a predefined property is not accessible.Classorg.axonframework.common.propertyAxon
PropertyAccessStrategyAbstract Strategy that provides access to all PropertyAccessStrategy implementations.Classorg.axonframework.common.propertyAxon
UniformPropertyAccessStrategyPropertyAccessStrategy implementation that finds properties defined according to the Uniform Access Principle For example, a property called myProperty, it will use a method called myProperty();Classorg.axonframework.common.propertyAxon