Uses of Enum Class
org.praxisplatform.uischema.validation.AnnotationConflictMode
Packages that use AnnotationConflictMode
Package
Description
Auto-configuracoes Spring Boot do starter.
-
Uses of AnnotationConflictMode in org.praxisplatform.uischema.action
Constructors in org.praxisplatform.uischema.action with parameters of type AnnotationConflictModeModifierConstructorDescriptionAnnotationDrivenActionDefinitionRegistry(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping handlerMapping, org.springframework.context.ApplicationContext applicationContext, CanonicalOperationResolver canonicalOperationResolver, SchemaReferenceResolver schemaReferenceResolver, AnnotationConflictMode conflictMode, AnnotationConflictMode workflowActionShapeMode) -
Uses of AnnotationConflictMode in org.praxisplatform.uischema.configuration
Methods in org.praxisplatform.uischema.configuration with parameters of type AnnotationConflictModeModifier and TypeMethodDescriptionOpenApiUiSchemaAutoConfiguration.actionDefinitionRegistry(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping requestMappingHandlerMapping, org.springframework.context.ApplicationContext applicationContext, CanonicalOperationResolver canonicalOperationResolver, SchemaReferenceResolver schemaReferenceResolver, AnnotationConflictMode conflictMode, AnnotationConflictMode workflowActionShapeMode) OpenApiUiSchemaAutoConfiguration.surfaceDefinitionRegistry(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping requestMappingHandlerMapping, org.springframework.context.ApplicationContext applicationContext, CanonicalOperationResolver canonicalOperationResolver, SchemaReferenceResolver schemaReferenceResolver, AnnotationConflictMode conflictMode) -
Uses of AnnotationConflictMode in org.praxisplatform.uischema.surface
Constructors in org.praxisplatform.uischema.surface with parameters of type AnnotationConflictModeModifierConstructorDescriptionAnnotationDrivenSurfaceDefinitionRegistry(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping handlerMapping, org.springframework.context.ApplicationContext applicationContext, CanonicalOperationResolver canonicalOperationResolver, SchemaReferenceResolver schemaReferenceResolver, AnnotationConflictMode conflictMode) -
Uses of AnnotationConflictMode in org.praxisplatform.uischema.validation
Methods in org.praxisplatform.uischema.validation that return AnnotationConflictModeModifier and TypeMethodDescriptionstatic AnnotationConflictModeReturns the enum constant of this class with the specified name.static AnnotationConflictMode[]AnnotationConflictMode.values()Returns an array containing the constants of this enum class, in the order they are declared.