public enum GryoVersion extends Enum<GryoVersion>
Modifier and Type | Method and Description |
---|---|
List<TypeRegistration<?>> |
cloneRegistrations() |
Supplier<ClassResolver> |
getClassResolverMaker() |
List<TypeRegistration<?>> |
getRegistrations() |
String |
getVersion() |
static List<TypeRegistration<?>> |
initV1d0Registrations() |
static List<TypeRegistration<?>> |
initV3d0Registrations() |
static GryoVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GryoVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GryoVersion V1_0
public static final GryoVersion V3_0
public static GryoVersion[] values()
for (GryoVersion c : GryoVersion.values()) System.out.println(c);
public static GryoVersion 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 List<TypeRegistration<?>> cloneRegistrations()
public List<TypeRegistration<?>> getRegistrations()
public Supplier<ClassResolver> getClassResolverMaker()
public String getVersion()
public static List<TypeRegistration<?>> initV3d0Registrations()
public static List<TypeRegistration<?>> initV1d0Registrations()
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.