public abstract class JMapperType
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
JMapperType.Builder<B extends JMapperType.Builder,M extends JMapperType> |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
beanMapper |
protected java.lang.String |
instance |
protected com.google.gwt.thirdparty.guava.common.collect.ImmutableList<? extends JMapperType> |
parameters |
protected com.google.gwt.core.ext.typeinfo.JType |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
JMapperType(boolean beanMapper,
com.google.gwt.core.ext.typeinfo.JType type,
java.lang.String instance,
com.google.gwt.thirdparty.guava.common.collect.ImmutableList<? extends JMapperType> parameters) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInstance() |
com.google.gwt.thirdparty.guava.common.collect.ImmutableList<? extends JMapperType> |
getParameters() |
com.google.gwt.core.ext.typeinfo.JType |
getType() |
boolean |
isBeanMapper() |
protected final boolean beanMapper
protected final com.google.gwt.core.ext.typeinfo.JType type
protected final java.lang.String instance
protected final com.google.gwt.thirdparty.guava.common.collect.ImmutableList<? extends JMapperType> parameters
protected JMapperType(boolean beanMapper,
com.google.gwt.core.ext.typeinfo.JType type,
java.lang.String instance,
com.google.gwt.thirdparty.guava.common.collect.ImmutableList<? extends JMapperType> parameters)
public boolean isBeanMapper()
public com.google.gwt.core.ext.typeinfo.JType getType()
public java.lang.String getInstance()
public com.google.gwt.thirdparty.guava.common.collect.ImmutableList<? extends JMapperType> getParameters()
Copyright © 2014. All Rights Reserved.