public final class StandardJavaTranslator extends Object
PrimitiveTranslator| Modifier and Type | Method and Description |
|---|---|
static StandardJavaTranslator |
instance() |
boolean |
isPrimitiveOrBoxed(Class<?> targetType) |
Class<?> |
switchPrimitiveAndBoxedType(Class<?> type) |
Object |
translateEnum(Object sourceValue,
Class<?> returnType) |
Object |
translatePrimitive(Object source,
Class<?> resourceType) |
public static StandardJavaTranslator instance()
public boolean isPrimitiveOrBoxed(Class<?> targetType)
Copyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.