Class BeanBuilder

    • Constructor Detail

      • BeanBuilder

        public BeanBuilder()
        Deprecated.
    • Method Detail

      • createObject

        public Object createObject​(Class<?> clazz,
                                   JsonValue jsonValue)
                            throws Exception
        Deprecated.
        Create Java Bean from JSON Source.
        Parameters:
        clazz - the Class of target Object.
        jsonValue - the JSON representation.
        Returns:
        Object.
        Throws:
        Exception - if any errors occurs.