public class DateObjectFactory extends Object
| Constructor and Description |
|---|
DateObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
createDateObject(Class<?> fieldClass,
String value) |
static LocalDate |
createLocalDateObject(String value) |
public static Object createDateObject(Class<?> fieldClass, String value) throws NoSuchMethodException, InvocationTargetException, IllegalAccessException, InstantiationException
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.