public class CreateContext extends Object
Constructor and Description |
---|
CreateContext() |
Modifier and Type | Method and Description |
---|---|
<P> Populator<P> |
getPopulator(Class<P> clazz,
Path path)
Get the populator for the specified class.
|
<P,D> Translator<P,D> |
getTranslator(TypeKey<P> tk,
CreateContext ctx,
Path path)
Get the relevant translator, creating it if necessary.
|
public <P,D> Translator<P,D> getTranslator(TypeKey<P> tk, CreateContext ctx, Path path)
Copyright © 2018. All rights reserved.