validate
@DeclareCompilerMessage(code="400",enumValueName="ERROR_IMPLICIT_VALUE_CANNOT_CONVERT_VALUE_STRING_TO_TARGET_TYPE",message="Cannot convert value string \'${0}\' to target type \'${1}\'",processorClass=FluentApiProcessor.class) @DeclareCompilerMessage(code="401",enumValueName="ERROR_IMPLICIT_VALUE_UNSUPPORTED_TYPE",message="Target type \'${0}\' is not supported",processorClass=FluentApiProcessor.class) @DeclareCompilerMessage(code="402",enumValueName="ERROR_IMPLICIT_VALUE_INVALID_ENUM_VALUE",message="Enum \'${0}\' has no value \'${1}\'. Must be one of ${2}",processorClass=FluentApiProcessor.class) @DeclareCompilerMessage(code="403",enumValueName="ERROR_IMPLICIT_VALUE_MUST_BE_SINGLE_VALUE",message="Implicit value must be one single value",processorClass=FluentApiProcessor.class) @DeclareCompilerMessage(code="404",enumValueName="ERROR_IMPLICIT_VALUE_CONVERTER_MUST_CONVERT_SOURCE_TYPE_STRING",message="Implicit value converter must take String as source type but got ${0}",processorClass=FluentApiProcessor.class) @DeclareCompilerMessage(code="405",enumValueName="ERROR_IMPLICIT_VALUE_CONVERTER_MUST_CONVERT_TO_TARGET_ATTRIBUTE_TYPE",message="Implicit value converter must convert to target attribute type ${0} but found ${1}.",processorClass=FluentApiProcessor.class)
public boolean validate()
- Specified by:
validate in interface Validatable