Uses of Interface
org.axonframework.common.property.Property
Packages that use Property
Package
Description
-
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. -
Uses of Property in org.axonframework.modelling.command.inspection
Methods in org.axonframework.modelling.command.inspection that return types with arguments of type PropertyModifier and TypeMethodDescriptionAbstractChildEntityDefinition.extractCommandHandlerRoutingKeys(Member member, EntityModel<Object> childEntityModel) Retrieves the routing keys of every command handler on the givenchildEntityModelto be able to correctly route commands to Entities.