Uses of Interface
dev.orne.beans.Identity
Packages that use Identity
Package
Description
Utilities for bean manipulation.
Extra converters for Apache commons beanutils.
Jakarta JSON Bind support classes.
-
Uses of Identity in dev.orne.beans
Classes in dev.orne.beans that implement IdentityModifier and TypeClassDescriptionclassAbstract implementation forIdentityfor identities composed of a multiple inner values.classBase abstract implementation forIdentity.classAbstractSimpleIdentity<T extends Serializable>Abstract implementation forIdentityfor identities composed of a single inner value.classImplementation forIdentityfor identities composed of a single innerBigIntegervalue.classImplementation forIdentityfor identities composed of a single innerLongvalue.classImplementation forIdentityfor identities composed of a single innerStringvalue.classImplementation ofIdentityfor identities of unknown format restored from identity tokens.Methods in dev.orne.beans with type parameters of type IdentityModifier and TypeMethodDescriptiondefault <T extends Identity>
TResolves this identity to an identity of the specified target type.<T extends Identity>
@Nullable TResolves the specified source identity to an identity of the specified target type.<T extends Identity>
@Nullable TResolves the specified source identity token to an identity of the specified target type.Methods in dev.orne.beans that return IdentityModifier and TypeMethodDescription@Nullable IdentityBaseIdentityBean.getIdentity()Returns the instance's identity.@NotNull(groups=RequireIdentity.class) @Valid @ConvertGroup(from=RequireIdentity.class,to=javax.validation.groups.Default.class) @Nullable IdentityIdentityBean.getIdentity()Returns the instance's identity.Methods in dev.orne.beans with parameters of type IdentityModifier and TypeMethodDescriptionbooleanValidIdentity.ValidIdentityValidator.isValid(@Nullable Identity value, javax.validation.ConstraintValidatorContext context) static booleanReturnstrueif specified bean is valid reference to it's bean type.static booleanValidIdentity.ValidIdentityValidator.isValid(Identity value, Class<? extends Identity> expectedType) Returnstrueif specified bean is valid reference to it's bean type.@Nullable StringSerializes specifiedIdentityas aStringvalue.<T extends Identity>
@Nullable TResolves the specified source identity to an identity of the specified target type.voidBaseIdentityBean.setIdentity(@Nullable Identity identity) Sets the instance's identity.voidWritableIdentityBean.setIdentity(@Nullable Identity identity) Sets the instance's identity.Method parameters in dev.orne.beans with type arguments of type IdentityModifier and TypeMethodDescriptionbooleanReturnstrueif this instance contains an entry for the specified identity type.booleanReturnstrueif this instance contains an entry for the specified identity type.@Nullable ExecutableReturns the cached identity token resolution executable for the specified identity type, if any.@Nullable ExecutableReturns the cached identity token resolution executable for the specified identity type, if any.protected ExecutableIdentityResolver.getResolver(Class<? extends Identity> targetType) Returns the method or constructor to be used to resolve identity tokens for the specified target identity type.static booleanValidIdentity.ValidIdentityValidator.isValid(Identity value, Class<? extends Identity> expectedType) Returnstrueif specified bean is valid reference to it's bean type.static booleanValidIdentity.ValidIdentityValidatorForString.isValid(String value, Class<? extends Identity> expectedType) Returnstrueif specified bean is valid reference to it's bean type.voidIdentityResolver.Cache.put(Class<? extends Identity> key, @Nullable Executable value) Puts the specified identity token resolution executable for the specified identity type.voidIdentityResolver.WeakHashMapCache.put(Class<? extends Identity> key, @Nullable Executable value) Puts the specified identity token resolution executable for the specified identity type. -
Uses of Identity in dev.orne.beans.converters
Methods in dev.orne.beans.converters that return IdentityModifier and TypeMethodDescriptionprotected IdentityIdentityBeanConverter.convertIdentity(Object value) Converts the value to aIdentityinstance.Constructors in dev.orne.beans.converters with parameters of type IdentityModifierConstructorDescriptionIdentityConverter(@Nullable Identity defaultValue) Creates a new instance that returns a default value if an error occurs. -
Uses of Identity in dev.orne.beans.jsonb
Methods in dev.orne.beans.jsonb that return IdentityModifier and TypeMethodDescription@Nullable IdentityJsonbIdentityAdapter.adaptFromJson(@Nullable String value) Parses specifiedStringas aTokenIdentityinstance.Methods in dev.orne.beans.jsonb with parameters of type IdentityModifier and TypeMethodDescription@Nullable StringJsonbIdentityAdapter.adaptToJson(@Nullable Identity identity) Serializes specifiedIdentityas aStringvalue.