public class ValidationResourceDefinition extends BaseResourceDefinition
BaseResourceDefinition.DirectiveType
ResourceDefinition.PostProcessor
Constructor and Description |
---|
ValidationResourceDefinition()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getPluralName()
Obtain the plural name of the resource.
|
String |
getSingularName()
Obtain the singular name of the resource.
|
boolean |
isCreatable()
Defines if resource is actually created on the server side during POST
operation.
|
equals, getCreateDirectives, getDeleteDirectives, getPostProcessors, getReadDirectives, getRenderer, getSubResourceDefinitions, getType, getUpdateDirectives, hashCode
public String getPluralName()
ResourceDefinition
public String getSingularName()
ResourceDefinition
public boolean isCreatable()
ResourceDefinition
isCreatable
in interface ResourceDefinition
isCreatable
in class BaseResourceDefinition
true
if resource is creatable, false
otherwiseCopyright © 2022 Apache Software Foundation. All rights reserved.