public static enum Mapper.MapperType extends Enum<Mapper.MapperType>
| Enum Constant and Description |
|---|
FLATTEN |
GLOB |
IDENTITY |
MERGE |
PACKAGE |
REGEXP |
UNPACKAGE |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute() |
static Mapper.MapperType |
getFromAttribute(String attribute) |
String |
getImplementation() |
static Mapper.MapperType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mapper.MapperType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mapper.MapperType IDENTITY
public static final Mapper.MapperType FLATTEN
public static final Mapper.MapperType GLOB
public static final Mapper.MapperType MERGE
public static final Mapper.MapperType REGEXP
public static final Mapper.MapperType PACKAGE
public static final Mapper.MapperType UNPACKAGE
public static Mapper.MapperType[] values()
for (Mapper.MapperType c : Mapper.MapperType.values()) System.out.println(c);
public static Mapper.MapperType 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 getAttribute()
public static Mapper.MapperType getFromAttribute(String attribute)
public String getImplementation()
Copyright © 2001–2025. All rights reserved.