Uses of Interface
dev.orne.beans.Identity
Packages that use Identity
Package
Description
Utilities for bean manipulation.
Extra converters for Apache commons beanutils.
- 
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>
TResolves the specified source identity to an identity of the specified target type.<T extends Identity>
TResolves the specified source identity token to an identity of the specified target type.Methods in dev.orne.beans that return IdentityModifier and TypeMethodDescriptionBaseIdentityBean.getIdentity()Returns the instance's identity.@NotNull(groups=RequireIdentity.class) @Valid @ConvertGroup(from=RequireIdentity.class,to=javax.validation.groups.Default.class) IdentityIdentityBean.getIdentity()Returns the instance's identity.Methods in dev.orne.beans with parameters of type IdentityModifier and TypeMethodDescriptionstatic booleanReturnstrueif specified bean is valid reference to it's bean type.static booleanValidIdentity.ValidIdentityValidator.isValid(@NotNull Identity value, @NotNull Class<? extends Identity> expectedType) Returnstrueif specified bean is valid reference to it's bean type.booleanValidIdentity.ValidIdentityValidator.isValid(Identity value, javax.validation.ConstraintValidatorContext context) Serializes specifiedIdentityas aStringvalue.<T extends Identity>
TResolves the specified source identity to an identity of the specified target type.voidBaseIdentityBean.setIdentity(Identity identity) Sets the instance's identity.voidWritableIdentityBean.setIdentity(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.Returns the cached identity token resolution executable for the specified identity type, if any.Returns the cached identity token resolution executable for the specified identity type, if any.protected @NotNull ExecutableIdentityResolver.getResolver(@NotNull 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(@NotNull Identity value, @NotNull Class<? extends Identity> expectedType) Returnstrueif specified bean is valid reference to it's bean type.static booleanValidIdentity.ValidIdentityValidatorForString.isValid(@NotNull String value, @NotNull Class<? extends Identity> expectedType) Returnstrueif specified bean is valid reference to it's bean type.voidIdentityResolver.Cache.put(@NotNull Class<? extends Identity> key, Executable value) Puts the specified identity token resolution executable for the specified identity type.voidIdentityResolver.WeakHashMapCache.put(@NotNull Class<? extends Identity> key, 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(Identity defaultValue) Creates a new instance that returns a default value if an error occurs.