public class SerializedInput extends Object
| Constructor and Description |
|---|
SerializedInput(Class<?> clazz,
String name,
Type[] types,
SerializedValue... values) |
SerializedInput(Class<?> clazz,
String name,
Type resultType,
SerializedValue result,
Type[] types,
SerializedValue... values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class<?> |
getDeclaringClass() |
String |
getName() |
SerializedValue |
getResult() |
Type |
getResultType() |
Type[] |
getTypes() |
SerializedValue[] |
getValues() |
int |
hashCode() |
String |
toString() |
public SerializedInput(Class<?> clazz, String name, Type resultType, SerializedValue result, Type[] types, SerializedValue... values)
public SerializedInput(Class<?> clazz, String name, Type[] types, SerializedValue... values)
public Class<?> getDeclaringClass()
public String getName()
public Type getResultType()
public SerializedValue getResult()
public Type[] getTypes()
public SerializedValue[] getValues()
Copyright © 2016. All rights reserved.