Builder

public final class Builder implements Context.Builder<BT>(source)

Types

Link copied to clipboard
public class Factory implements Context.Builder.Factory<BT>

Functions

Link copied to clipboard
public BasicContext.Builder add(Array<Property> properties)
public BasicContext.Builder add(String key, Object value)
Link copied to clipboard
Returns a Context with the given properties.
Link copied to clipboard
public BT property(String key, Object value)
Sets the value for the given key.
Link copied to clipboard
Sets the subject of this context.