public class TypeAs extends Object
| Modifier and Type | Field and Description |
|---|---|
static Function<io.sundr.model.TypeRef,io.sundr.model.TypeRef> |
ARRAY_AS_LIST |
static Function<io.sundr.model.TypeRef,io.sundr.model.TypeRef> |
BOXED_OF |
static Function<io.sundr.model.ClassRef,io.sundr.model.ClassRef> |
BUILDER_REF
Something -> SomethingBuilder
|
static Function<io.sundr.model.ClassRef,io.sundr.model.ClassRef> |
FLUENT_A_REF
Distance
|
static Function<io.sundr.model.ClassRef,io.sundr.model.ClassRef> |
FLUENT_Q_REF
Distance
|
static Function<io.sundr.model.ClassRef,io.sundr.model.ClassRef> |
FLUENT_REF |
static Function<io.sundr.model.TypeRef,io.sundr.model.TypeRef> |
UNWRAP_ARRAY_OF |
static Function<io.sundr.model.TypeRef,io.sundr.model.TypeRef> |
UNWRAP_COLLECTION_OF |
static Function<io.sundr.model.TypeRef,io.sundr.model.TypeRef> |
UNWRAP_MAP_KEY_OF |
static Function<io.sundr.model.TypeRef,io.sundr.model.TypeRef> |
UNWRAP_MAP_VALUE_OF |
static Function<io.sundr.model.TypeRef,io.sundr.model.TypeRef> |
UNWRAP_OPTIONAL_OF |
static Function<io.sundr.model.ClassRef,io.sundr.model.ClassRef> |
VISITABLE_BUILDER_Q_REF |
static Function<io.sundr.model.ClassRef,io.sundr.model.ClassRef> |
VISITABLE_BUILDER_REF |
| Constructor and Description |
|---|
TypeAs() |
public static final Function<io.sundr.model.ClassRef,io.sundr.model.ClassRef> BUILDER_REF
public static final Function<io.sundr.model.ClassRef,io.sundr.model.ClassRef> FLUENT_A_REF
public static final Function<io.sundr.model.ClassRef,io.sundr.model.ClassRef> FLUENT_Q_REF
public static final Function<io.sundr.model.ClassRef,io.sundr.model.ClassRef> FLUENT_REF
public static final Function<io.sundr.model.ClassRef,io.sundr.model.ClassRef> VISITABLE_BUILDER_REF
public static final Function<io.sundr.model.ClassRef,io.sundr.model.ClassRef> VISITABLE_BUILDER_Q_REF
public static final Function<io.sundr.model.TypeRef,io.sundr.model.TypeRef> UNWRAP_ARRAY_OF
public static final Function<io.sundr.model.TypeRef,io.sundr.model.TypeRef> ARRAY_AS_LIST
public static final Function<io.sundr.model.TypeRef,io.sundr.model.TypeRef> UNWRAP_COLLECTION_OF
public static final Function<io.sundr.model.TypeRef,io.sundr.model.TypeRef> UNWRAP_MAP_KEY_OF
public static final Function<io.sundr.model.TypeRef,io.sundr.model.TypeRef> UNWRAP_MAP_VALUE_OF
public static final Function<io.sundr.model.TypeRef,io.sundr.model.TypeRef> UNWRAP_OPTIONAL_OF
public static final Function<io.sundr.model.TypeRef,io.sundr.model.TypeRef> BOXED_OF
Copyright © 2023. All rights reserved.