public abstract class IdentityLinkConverter<S extends Id> extends BaseValueConverter<S,String>
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.ImmutableList<ValueConverter<?,String>> |
ALL |
static IdentityLinkConverter<GroupId> |
CANDIDATE_GROUP |
static IdentityLinkConverter<UserId> |
CANDIDATE_USER |
static IdentityLinkConverter<Id> |
NULL |
acceptsSourceValue, acceptsTargetValue, convertToSourceType, convertToSourceTypeNullSafe, convertToTargetType, convertToTargetTypeNullSafe, getName, getSourceType, getTargetType
public static final IdentityLinkConverter<UserId> CANDIDATE_USER
public static final IdentityLinkConverter<GroupId> CANDIDATE_GROUP
public static final IdentityLinkConverter<Id> NULL
public static final com.google.common.collect.ImmutableList<ValueConverter<?,String>> ALL
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.