public final class BeanIdentityInfo extends Object
| Type | Property and Description |
|---|---|
boolean |
isIdABean |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends com.fasterxml.jackson.annotation.ObjectIdGenerator<?>> |
getGenerator() |
String |
getPropertyName() |
Class<?> |
getScope() |
com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JType> |
getType() |
boolean |
isAlwaysAsId() |
boolean |
isIdABeanProperty() |
public boolean isIdABeanProperty()
public String getPropertyName()
public boolean isAlwaysAsId()
public Class<? extends com.fasterxml.jackson.annotation.ObjectIdGenerator<?>> getGenerator()
public Class<?> getScope()
public com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JType> getType()
Copyright © 2016. All Rights Reserved.