public enum AssemblerTypes extends Enum<AssemblerTypes>
FluentAssembler| Enum Constant and Description |
|---|
MODEL_MAPPER |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
get() |
static AssemblerTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssemblerTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssemblerTypes MODEL_MAPPER
public static AssemblerTypes[] values()
for (AssemblerTypes c : AssemblerTypes.values()) System.out.println(c);
public static AssemblerTypes 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 Class<? extends Annotation> get()
Copyright © 2013-2016–2016 SeedStack. All rights reserved.