public class ClassConverter extends Object implements ToTermConverter<Class<?>,Compound>, FromTermConverter<Compound,Class<?>>
Modifier and Type | Class and Description |
---|---|
static class |
ClassConverter.ShortNotationClassConverter |
Constructor and Description |
---|
ClassConverter() |
Modifier and Type | Method and Description |
---|---|
Class<?> |
fromTerm(Compound term,
Type targetType,
Jpc jpc) |
static Class<?> |
getRawClass(Compound term,
Jpc jpc) |
Compound |
toTerm(Class<?> clazz,
Class<Compound> termClass,
Jpc jpc) |
Copyright © 2014. All rights reserved.