Uses of Enum Class
io.fluxzero.sdk.modeling.EntityMetadata.HandlerKind
Packages that use EntityMetadata.HandlerKind
-
Uses of EntityMetadata.HandlerKind in io.fluxzero.sdk.modeling
Subclasses with type arguments of type EntityMetadata.HandlerKind in io.fluxzero.sdk.modelingMethods in io.fluxzero.sdk.modeling that return EntityMetadata.HandlerKindModifier and TypeMethodDescriptionEntityMetadata.HandlerMethod.kind()Returns the value of thekindrecord component.static EntityMetadata.HandlerKindReturns the enum constant of this class with the specified name.static EntityMetadata.HandlerKind[]EntityMetadata.HandlerKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.fluxzero.sdk.modeling with parameters of type EntityMetadata.HandlerKindModifierConstructorDescriptionHandlerMethod(Executable executable, EntityMetadata.HandlerKind kind, boolean modelHandler, Class<?> receiverModelType, List<Class<?>> targetModelTypes, boolean collectionApplyResult, boolean dynamicApplyResult, List<EntityMetadata.ModelParameter> modelParameters, List<Class<?>> emittedPayloadTypes) Creates an instance of aHandlerMethodrecord class.