Class ValueBuilder

java.lang.Object
com.codebox.bean.ValueBuilder

public class ValueBuilder extends Object
Value Builder Builds values from given type.
  • Constructor Details

    • ValueBuilder

      public ValueBuilder()
  • Method Details

    • buildValue

      public <T> Object buildValue(Class<T> clazz, LoadType loadType)
      Builds the value.
      Type Parameters:
      T - the generic type
      Parameters:
      clazz - the clazz
      loadType - the load type
      Returns:
      the object