PropertyBuilder

public final class PropertyBuilder

The PropertyBuilder class is a util class that helps create appropriate property class based on passed name and value.

Methods

create

public static Property create(Field field, Object value)

create

public static Property create(String name, Object value)

create

public static Property create(String name, Object value, String operator)