Skip navigation links
A B C D F G H I J K L M P R S T U V W 

A

assignNullSerializer(JsonSerializer<Object>) - Method in class io.fabric8.kubernetes.model.jackson.BeanPropertyWriterDelegate
 
assignSerializer(JsonSerializer<Object>) - Method in class io.fabric8.kubernetes.model.jackson.BeanPropertyWriterDelegate
 
assignTypeSerializer(TypeSerializer) - Method in class io.fabric8.kubernetes.model.jackson.BeanPropertyWriterDelegate
 

B

BeanPropertyWriterDelegate - Class in io.fabric8.kubernetes.model.jackson
Variant of BeanPropertyWriter which prevents property values present in the AnnotatedMember anyGetter to be serialized twice.
buildTypeSerializer(SerializationConfig, JavaType, Collection<NamedType>) - Method in class io.fabric8.kubernetes.model.jackson.UnwrappedTypeResolverBuilder
 

C

createContextual(DeserializationContext, BeanProperty) - Method in class io.fabric8.kubernetes.model.jackson.JsonUnwrappedDeserializer
 

D

deserialize(JsonParser, DeserializationContext) - Method in class io.fabric8.kubernetes.model.jackson.JsonUnwrappedDeserializer
 
deserializeAndSet(JsonParser, DeserializationContext, Object) - Method in class io.fabric8.kubernetes.model.jackson.SettableBeanPropertyDelegate
Method called to deserialize appropriate value, given parser (and context), and set it using appropriate mechanism.
deserializeSetAndReturn(JsonParser, DeserializationContext, Object) - Method in class io.fabric8.kubernetes.model.jackson.SettableBeanPropertyDelegate

F

fixAccess(DeserializationConfig) - Method in class io.fabric8.kubernetes.model.jackson.SettableBeanPropertyDelegate

G

Generated - Annotation Type in io.fabric8.kubernetes.model.annotation
Drop-in replacement for javax.annotation.Generated, meant to be used itnernally to avoid bringin in the whole jar.
getAnnotation(Class<A>) - Method in class io.fabric8.kubernetes.model.jackson.SettableBeanPropertyDelegate
getAnnotationValue(Class, Class) - Static method in class io.fabric8.kubernetes.model.util.Helper
Deprecated. 
getMember() - Method in class io.fabric8.kubernetes.model.jackson.SettableBeanPropertyDelegate
Group - Annotation Type in io.fabric8.kubernetes.model.annotation
Allows to specify which API group the annotated class is defined under.

H

Helper - Class in io.fabric8.kubernetes.model.util
 

I

io.fabric8.kubernetes.model - package io.fabric8.kubernetes.model
 
io.fabric8.kubernetes.model.annotation - package io.fabric8.kubernetes.model.annotation
 
io.fabric8.kubernetes.model.jackson - package io.fabric8.kubernetes.model.jackson
 
io.fabric8.kubernetes.model.util - package io.fabric8.kubernetes.model.util
 
isIgnorable() - Method in class io.fabric8.kubernetes.model.jackson.SettableBeanPropertyDelegate
isInTemplate() - Static method in class io.fabric8.kubernetes.model.jackson.UnmatchedFieldTypeModule
 

J

JsonUnwrappedDeserializer<T> - Class in io.fabric8.kubernetes.model.jackson
Desc: this is a workaround on the problem that Jackson's @JsonUnwrapped doesn't work with polymorphism (@JsonTypeInfo) Adapted from https://stackoverflow.com/questions/37423848/deserializing-polymorphic-types-with-jsonunwrapped-using-jackson
JsonUnwrappedDeserializer() - Constructor for class io.fabric8.kubernetes.model.jackson.JsonUnwrappedDeserializer
 
JsonUnwrappedDeserializer(DeserializationContext) - Constructor for class io.fabric8.kubernetes.model.jackson.JsonUnwrappedDeserializer
 

K

Kind - Annotation Type in io.fabric8.kubernetes.model.annotation
Allows to specify which Kind value should be used to refer to instance of the annotated class.

L

LabelSelector - Annotation Type in io.fabric8.kubernetes.model.annotation
 
loadJson(String) - Static method in class io.fabric8.kubernetes.model.util.Helper
 

M

markAsIgnorable() - Method in class io.fabric8.kubernetes.model.jackson.SettableBeanPropertyDelegate

P

Plural - Annotation Type in io.fabric8.kubernetes.model.annotation
Allows to specify the plural form associated with a Custom Resource.
PrinterColumn - Annotation Type in io.fabric8.kubernetes.model.annotation
Deprecated.

R

removeInTemplate() - Static method in class io.fabric8.kubernetes.model.jackson.UnmatchedFieldTypeModule
 

S

Scope - Enum in io.fabric8.kubernetes.model
Represents the scope of a resource in the cluster.
serializeAsField(Object, JsonGenerator, SerializerProvider) - Method in class io.fabric8.kubernetes.model.jackson.BeanPropertyWriterDelegate
 
set(Object, Object) - Method in class io.fabric8.kubernetes.model.jackson.SettableBeanPropertyDelegate
setAndReturn(Object, Object) - Method in class io.fabric8.kubernetes.model.jackson.SettableBeanPropertyDelegate
setInTemplate() - Static method in class io.fabric8.kubernetes.model.jackson.UnmatchedFieldTypeModule
 
setLogWarnings(boolean) - Method in class io.fabric8.kubernetes.model.jackson.UnmatchedFieldTypeModule
Set if warnings should be logged for ambiguous serializer and deserializer situations.
setRestrictToTemplates(boolean) - Method in class io.fabric8.kubernetes.model.jackson.UnmatchedFieldTypeModule
Sets if the DeserializerModifier should only be applied to Templates or object trees contained in Templates.
SettableBeanPropertyDelegate - Class in io.fabric8.kubernetes.model.jackson
This concrete sub-class encapsulates a SettableBeanProperty delegate that is always tried first.
ShortNames - Annotation Type in io.fabric8.kubernetes.model.annotation
Specifies which are the short names associated by which instances of the annotated `CustomResource` can be referred to.
Singular - Annotation Type in io.fabric8.kubernetes.model.annotation
 
SpecReplicas - Annotation Type in io.fabric8.kubernetes.model.annotation
 
StatusReplicas - Annotation Type in io.fabric8.kubernetes.model.annotation
 

T

toString() - Method in enum io.fabric8.kubernetes.model.Scope
 

U

UnmatchedFieldTypeModule - Class in io.fabric8.kubernetes.model.jackson
Class that registers the capability of deserializing and serializing objects with properties that don't match the target's bean field types.
UnmatchedFieldTypeModule() - Constructor for class io.fabric8.kubernetes.model.jackson.UnmatchedFieldTypeModule
 
UnmatchedFieldTypeModule(boolean, boolean) - Constructor for class io.fabric8.kubernetes.model.jackson.UnmatchedFieldTypeModule
 
UnwrappedTypeResolverBuilder - Class in io.fabric8.kubernetes.model.jackson
 
UnwrappedTypeResolverBuilder() - Constructor for class io.fabric8.kubernetes.model.jackson.UnwrappedTypeResolverBuilder
 

V

value() - Method in enum io.fabric8.kubernetes.model.Scope
 
valueOf(String) - Static method in enum io.fabric8.kubernetes.model.Scope
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.fabric8.kubernetes.model.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Annotation Type in io.fabric8.kubernetes.model.annotation
Allows to specify which version of the API the annotated class is defined under.

W

withName(PropertyName) - Method in class io.fabric8.kubernetes.model.jackson.SettableBeanPropertyDelegate
withNullProvider(NullValueProvider) - Method in class io.fabric8.kubernetes.model.jackson.SettableBeanPropertyDelegate
withValueDeserializer(JsonDeserializer<?>) - Method in class io.fabric8.kubernetes.model.jackson.SettableBeanPropertyDelegate
A B C D F G H I J K L M P R S T U V W 
Skip navigation links

Copyright © 2015–2023 Red Hat. All rights reserved.