Uses of Class
ovh.mythmc.gestalt.features.FeatureConstructorParams
Packages that use FeatureConstructorParams
-
Uses of FeatureConstructorParams in ovh.mythmc.gestalt.features
Methods in ovh.mythmc.gestalt.features that return FeatureConstructorParamsModifier and TypeMethodDescriptionFeatureConstructorParams.FeatureConstructorParamsBuilder.build()Builds and returns aFeatureConstructorParamswith the configured values.GestaltFeature.getConstructorParams()Returns the optional constructor parameters to use when instantiating the feature class, ornullif the feature uses a no-arg constructor.FeatureConstructorParamsRegistry.getParameters(@NotNull Class<?> clazz) Returns the constructor parameters registered for the specified class, ornullif none have been registered.FeatureConstructorParamsRegistry.getParameters(@NotNull String className) Returns the constructor parameters registered for the specified class name, ornullif none have been registered.Methods in ovh.mythmc.gestalt.features with parameters of type FeatureConstructorParamsModifier and TypeMethodDescriptionGestaltFeature.GestaltFeatureBuilder.constructorParams(FeatureConstructorParams constructorParams) Sets the optional constructor parameters for the feature class.voidFeatureConstructorParamsRegistry.register(@NotNull Class<?> clazz, @Nullable FeatureConstructorParams params) Associates the given constructor parameters with the specified class.voidFeatureConstructorParamsRegistry.register(@NotNull String className, @Nullable FeatureConstructorParams params) Associates the given constructor parameters with the specified class name.