public class InternalSchemaSwaps extends Object
| Constructor and Description |
|---|
InternalSchemaSwaps() |
| Modifier and Type | Method and Description |
|---|---|
InternalSchemaSwaps |
branchAnnotations() |
InternalSchemaSwaps |
branchDepths() |
io.fabric8.crdv2.generator.InternalSchemaSwaps.SwapResult |
lookupAndMark(Class<?> originalType,
String name) |
void |
registerSwap(Class<?> definitionType,
Class<?> originalType,
String fieldName,
Class<?> targetType,
int depth) |
void |
throwIfUnmatchedSwaps() |
public InternalSchemaSwaps branchDepths()
public InternalSchemaSwaps branchAnnotations()
public void registerSwap(Class<?> definitionType, Class<?> originalType, String fieldName, Class<?> targetType, int depth)
public io.fabric8.crdv2.generator.InternalSchemaSwaps.SwapResult lookupAndMark(Class<?> originalType, String name)
public void throwIfUnmatchedSwaps()
Copyright © 2015–2024 Red Hat. All rights reserved.