public class BeanUtil extends Object
| Constructor and Description |
|---|
BeanUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
adderName(org.openrdf.model.URI predicate) |
static Method |
createMethod(Class<?> type,
Class<?> factoryClass) |
static Class<?> |
creatorClass(Class<?> type) |
static Class<?> |
factoryClass(Class<?> type) |
static String |
getterName(org.openrdf.model.URI predicate) |
static String |
setterKey(Method method) |
static String |
setterName(org.openrdf.model.URI predicate) |
static Object |
toJavaObject(org.openrdf.model.Literal literal) |
static org.openrdf.model.Value |
toValue(Object object) |
public static String setterName(org.openrdf.model.URI predicate)
public static String adderName(org.openrdf.model.URI predicate)
public static String getterName(org.openrdf.model.URI predicate)
public static Object toJavaObject(org.openrdf.model.Literal literal)
public static org.openrdf.model.Value toValue(Object object)
Copyright © 2019. All rights reserved.