public enum Message extends Enum<Message>
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Diagnostic.Kind |
getDiagnosticKind() |
static Message |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Message BEANMAPPING_NO_ELEMENTS
public static final Message BEANMAPPING_NOT_ASSIGNABLE
public static final Message BEANMAPPING_UNKNOWN_PROPERTY_IN_RESULTTYPE
public static final Message BEANMAPPING_PROPERTY_HAS_NO_WRITE_ACCESSOR_IN_RESULTTYPE
public static final Message BEANMAPPING_SEVERAL_POSSIBLE_SOURCES
public static final Message BEANMAPPING_SEVERAL_POSSIBLE_TARGET_ACCESSORS
public static final Message BEANMAPPING_UNMAPPED_TARGETS_WARNING
public static final Message BEANMAPPING_UNMAPPED_TARGETS_ERROR
public static final Message BEANMAPPING_CYCLE_BETWEEN_PROPERTIES
public static final Message BEANMAPPING_UNKNOWN_PROPERTY_IN_DEPENDS_ON
public static final Message PROPERTYMAPPING_MAPPING_NOT_FOUND
public static final Message PROPERTYMAPPING_DUPLICATE_TARGETS
public static final Message PROPERTYMAPPING_EMPTY_TARGET
public static final Message PROPERTYMAPPING_SOURCE_AND_CONSTANT_BOTH_DEFINED
public static final Message PROPERTYMAPPING_SOURCE_AND_EXPRESSION_BOTH_DEFINED
public static final Message PROPERTYMAPPING_EXPRESSION_AND_CONSTANT_BOTH_DEFINED
public static final Message PROPERTYMAPPING_EXPRESSION_AND_DEFAULT_VALUE_BOTH_DEFINED
public static final Message PROPERTYMAPPING_CONSTANT_AND_DEFAULT_VALUE_BOTH_DEFINED
public static final Message PROPERTYMAPPING_INVALID_EXPRESSION
public static final Message PROPERTYMAPPING_INVALID_PARAMETER_NAME
public static final Message PROPERTYMAPPING_NO_PROPERTY_IN_PARAMETER
public static final Message PROPERTYMAPPING_INVALID_PROPERTY_NAME
public static final Message PROPERTYMAPPING_NO_PRESENCE_CHECKER_FOR_SOURCE_TYPE
public static final Message PROPERTYMAPPING_NO_READ_ACCESSOR_FOR_TARGET_TYPE
public static final Message CONSTANTMAPPING_MAPPING_NOT_FOUND
public static final Message CONSTANTMAPPING_NO_READ_ACCESSOR_FOR_TARGET_TYPE
public static final Message CONSTANTMAPPING_NON_EXISTING_CONSTANT
public static final Message MAPMAPPING_KEY_MAPPING_NOT_FOUND
public static final Message MAPMAPPING_VALUE_MAPPING_NOT_FOUND
public static final Message MAPMAPPING_NO_ELEMENTS
public static final Message ITERABLEMAPPING_MAPPING_NOT_FOUND
public static final Message ITERABLEMAPPING_NO_ELEMENTS
public static final Message ENUMMAPPING_MULTIPLE_SOURCES
public static final Message ENUMMAPPING_UNDEFINED_SOURCE
public static final Message ENUMMAPPING_NON_EXISTING_CONSTANT
public static final Message ENUMMAPPING_UNDEFINED_TARGET
public static final Message ENUMMAPPING_UNMAPPED_SOURCES
public static final Message ENUMMAPPING_DEPRECATED
public static final Message DECORATOR_NO_SUBTYPE
public static final Message DECORATOR_CONSTRUCTOR
public static final Message GENERAL_NO_IMPLEMENTATION
public static final Message GENERAL_AMBIGIOUS_MAPPING_METHOD
public static final Message GENERAL_AMBIGIOUS_FACTORY_METHOD
public static final Message GENERAL_UNSUPPORTED_DATE_FORMAT_CHECK
public static final Message GENERAL_VALID_DATE
public static final Message GENERAL_INVALID_DATE
public static final Message RETRIEVAL_NO_INPUT_ARGS
public static final Message RETRIEVAL_DUPLICATE_MAPPING_TARGETS
public static final Message RETRIEVAL_VOID_MAPPING_METHOD
public static final Message RETRIEVAL_NON_ASSIGNABLE_RESULTTYPE
public static final Message RETRIEVAL_ITERABLE_TO_NON_ITERABLE
public static final Message RETRIEVAL_MAPPING_HAS_TARGET_TYPE_PARAMETER
public static final Message RETRIEVAL_NON_ITERABLE_TO_ITERABLE
public static final Message RETRIEVAL_PRIMITIVE_PARAMETER
public static final Message RETRIEVAL_PRIMITIVE_RETURN
public static final Message RETRIEVAL_ENUM_TO_NON_ENUM
public static final Message RETRIEVAL_NON_ENUM_TO_ENUM
public static final Message RETRIEVAL_TYPE_VAR_SOURCE
public static final Message RETRIEVAL_TYPE_VAR_RESULT
public static final Message RETRIEVAL_WILDCARD_SUPER_BOUND_SOURCE
public static final Message RETRIEVAL_WILDCARD_EXTENDS_BOUND_RESULT
public static final Message INHERITCONFIGURATION_BOTH
public static final Message INHERITINVERSECONFIGURATION_DUPLICATES
public static final Message INHERITINVERSECONFIGURATION_INVALID_NAME
public static final Message INHERITINVERSECONFIGURATION_DUPLICATE_MATCHES
public static final Message INHERITINVERSECONFIGURATION_NO_SUITABLE_CONSTRUCTOR
public static final Message INHERITINVERSECONFIGURATION_NO_NAME_MATCH
public static final Message INHERITCONFIGURATION_DUPLICATES
public static final Message INHERITCONFIGURATION_INVALIDNAME
public static final Message INHERITCONFIGURATION_DUPLICATE_MATCHES
public static final Message INHERITCONFIGURATION_NO_NAME_MATCH
public static final Message INHERITCONFIGURATION_MULTIPLE_PROTOTYPE_METHODS_MATCH
public static final Message INHERITCONFIGURATION_CYCLE
public static final Message VALUEMAPPING_DUPLICATE_SOURCE
public static final Message VALUEMAPPING_ANY_AREADY_DEFINED
public static final Message VALUE_MAPPING_UNMAPPED_SOURCES
public static final Message VALUEMAPPING_NON_EXISTING_CONSTANT
public static Message[] values()
for (Message c : Message.values()) System.out.println(c);
public static Message valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getDescription()
public Diagnostic.Kind getDiagnosticKind()
Copyright © 2012-2016 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.