Uses of Interface
org.axonframework.common.property.Property
Packages that use Property
-
Uses of Property in org.axonframework.common.property
Classes in org.axonframework.common.property that implement PropertyModifier and TypeClassDescriptionclassProperty implementation that accesses public field to obtain a value of a property for a given instance.classProperty implementation that invokes a method to obtain a value of a property for a given instance.Methods in org.axonframework.common.property that return PropertyModifier and TypeMethodDescriptionstatic <T> Property<T> PropertyAccessStrategy.getProperty(Class<? extends T> targetClass, String propertyName) Iterates over all known PropertyAccessStrategy implementations to create aPropertyinstance for the given parameters.<T> Property<T> AbstractMethodPropertyAccessStrategy.propertyFor(Class<? extends T> targetClass, String property) protected <T> Property<T> DirectPropertyAccessStrategy.propertyFor(Class<? extends T> targetClass, String property) protected abstract <T> Property<T> PropertyAccessStrategy.propertyFor(Class<? extends T> targetClass, String property) Returns a Property instance for the givenproperty, defined in giventargetClass, ornullif no such property is found on the class.