| Modifier and Type | Method and Description |
|---|---|
static <A> Factory<A> |
Factory.constructor(Class<A> type,
javaslang.collection.List<Param> params) |
static <A> Factory<A> |
Factory.factory(Class<A> type,
String name,
javaslang.collection.List<Param> params) |
| Constructor and Description |
|---|
ReflectionCodec(Class<A> type,
Map<String,JsonCodec<?>> codecs,
Predicate<Param> predicate) |
ReflectionCodec(Class<A> type,
Map<String,JsonCodec<?>> codecs,
Predicate<Param> predicate,
javaslang.control.Option<String> factoryMethod) |
Copyright © 2015–2017. All rights reserved.