| Package | Description |
|---|---|
| pro.fessional.mirana.cast |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumConvertor<E extends Enum<E>>
Supports enum full-path fuzzy and exact serialization, with a default separator of `#`.
|
class |
MethodConvertor
Supports method full-path fuzzy and exact serialization, with a default separator of `#`.
|
| Modifier and Type | Method and Description |
|---|---|
default <R> BiConvertor<S,R> |
BiConvertor.compose(BiConvertor<T,R> that)
Combine S2T and T2R to S2R convertor
|
static <A,B> BiConvertor<A,B> |
BiConvertor.of(Class<A> ca,
Class<B> cb,
Function<? super A,? extends B> a2b,
Function<? super B,? extends A> b2a)
Tool to construct a A2B anonymous convertor
|
default BiConvertor<T,S> |
BiConvertor.reverseBiConvertor()
reverse the source and target
|
| Modifier and Type | Method and Description |
|---|---|
default <R> BiConvertor<S,R> |
BiConvertor.compose(BiConvertor<T,R> that)
Combine S2T and T2R to S2R convertor
|
Copyright © 2024. All rights reserved.