Uses of Record Class
io.fluxzero.sdk.modeling.EntityMetadata.HandlerMethod
Packages that use EntityMetadata.HandlerMethod
-
Uses of EntityMetadata.HandlerMethod in io.fluxzero.sdk.modeling
Methods in io.fluxzero.sdk.modeling that return types with arguments of type EntityMetadata.HandlerMethodMethods in io.fluxzero.sdk.modeling with parameters of type EntityMetadata.HandlerMethodModifier and TypeMethodDescriptionstatic booleanEntityMetadata.acceptsPayload(EntityMetadata.HandlerMethod handler, Class<?> payloadType) Returns whether a model handler can structurally consume the supplied payload type.Method parameters in io.fluxzero.sdk.modeling with type arguments of type EntityMetadata.HandlerMethodModifier and TypeMethodDescriptionstatic MutationPlan.TargetPlanMutationPlan.compile(Class<?> payloadType, Collection<EntityMetadata.HandlerMethod> handlers) Compiles one target accessor plan for a payload and its selected handlers.static MutationPlan.TargetPlanMutationPlan.plan(Class<?> payloadType, Collection<EntityMetadata.HandlerMethod> handlers) Compiles and validates a target plan without an explicit target override.