public final class Attributes extends Object
| Modifier and Type | Method and Description |
|---|---|
static Attributes |
empty() |
<T> T |
get(Class<T> clazz) |
boolean |
has(Class<?> clazz) |
static Attributes |
of(Object... objects) |
Attributes |
with(Object o) |
public static Attributes empty()
public static Attributes of(Object... objects)
public Attributes with(Object o)
public <T> T get(Class<T> clazz)
public boolean has(Class<?> clazz)
Copyright © 2016–2017. All rights reserved.