public class ResourcePropertySchema
extends java.lang.Object
ResourceSchema| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.reflect.Type |
getJavaType()
Gets the type of the property.
|
com.google.common.reflect.TypeToken<?> |
getType() |
int |
hashCode() |
static ResourcePropertySchema |
of(com.google.common.reflect.TypeToken<?> type)
Returns a default resource property schema for a given type.
|
java.lang.String |
toString() |
public java.lang.reflect.Type getJavaType()
public com.google.common.reflect.TypeToken<?> getType()
public static ResourcePropertySchema of(com.google.common.reflect.TypeToken<?> type)
type - the property typepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object