A
B
C
D
F
G
I
K
N
O
P
R
S
T
A
- addConstraint(org.spongepowered.configurate.objectmapping.ObjectMapper.Factory.Builder,kotlin.reflect.KClass,kotlin.reflect.KClass,org.spongepowered.configurate.objectmapping.meta.Constraint.Factory) - function in org.spongepowered.configurate.kotlin.extensions.ObjectMapperExtensionsKt
- Register a Constraint that will be used to validate fields, accepting Kotlin types.
- addConstraint(org.spongepowered.configurate.objectmapping.ObjectMapper.Factory.Builder,kotlin.reflect.KClass,org.spongepowered.configurate.objectmapping.meta.Constraint.Factory) - function in org.spongepowered.configurate.kotlin.extensions.ObjectMapperExtensionsKt
- Register a Constraint that will be used to validate fields, accepting Kotlin types.
- addConstraint(org.spongepowered.configurate.objectmapping.ObjectMapper.Factory.Builder,org.spongepowered.configurate.objectmapping.meta.Constraint.Factory) - function in org.spongepowered.configurate.kotlin.extensions.ObjectMapperExtensionsKt
- Register a Constraint that will be used to validate fields, accepting parameterized types.
- addConstraintFull(org.spongepowered.configurate.objectmapping.ObjectMapper.Factory.Builder,org.spongepowered.configurate.objectmapping.meta.Constraint.Factory) - function in org.spongepowered.configurate.kotlin.extensions.ObjectMapperExtensionsKt
- Register a Constraint that will be used to validate fields, accepting parameterized types.
- addProcessor(org.spongepowered.configurate.objectmapping.ObjectMapper.Factory.Builder,kotlin.reflect.KClass,kotlin.reflect.KClass,org.spongepowered.configurate.objectmapping.meta.Processor.Factory) - function in org.spongepowered.configurate.kotlin.extensions.ObjectMapperExtensionsKt
- Register a Processor that will process fields after write, accepting Kotlin types.
- addProcessor(org.spongepowered.configurate.objectmapping.ObjectMapper.Factory.Builder,kotlin.reflect.KClass,org.spongepowered.configurate.objectmapping.meta.Processor.Factory) - function in org.spongepowered.configurate.kotlin.extensions.ObjectMapperExtensionsKt
- Register a Processor that will process fields after write, accepting Kotlin types.
- addProcessor(org.spongepowered.configurate.objectmapping.ObjectMapper.Factory.Builder,org.spongepowered.configurate.objectmapping.meta.Processor.Factory) - function in org.spongepowered.configurate.kotlin.extensions.ObjectMapperExtensionsKt
- Register a Processor that will process fields after write, accepting parameterized types.
- addProcessorFull(org.spongepowered.configurate.objectmapping.ObjectMapper.Factory.Builder,org.spongepowered.configurate.objectmapping.meta.Processor.Factory) - function in org.spongepowered.configurate.kotlin.extensions.ObjectMapperExtensionsKt
- Register a Processor that will process fields after write, accepting parameterized types.
- asFlow(org.spongepowered.configurate.reactive.Publisher) - function in org.spongepowered.configurate.kotlin.extensions.PublisherExtensionsKt
- Given an Publisher instance, return a new Flow emitting values from the Flow
- asPublisher(kotlinx.coroutines.flow.Flow) - function in org.spongepowered.configurate.kotlin.extensions.FlowExtensionsKt
- Given a pre-existing flow, expose it as a Publisher.
- attributed(java.lang.String,kotlin.Pair,org.spongepowered.configurate.ConfigurationOptions,kotlin.jvm.functions.Function1) - function in org.spongepowered.configurate.kotlin.BuildersKt
- Create a new attributed configuration node, with all attributes applied, the provided options, and running init to initialize the node.