public abstract class DirEntrySerializer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DirEntrySerializer.Property |
Modifier and Type | Field and Description |
---|---|
protected ItemValue<DirEntry> |
dirEntry |
protected java.lang.String |
domainUid |
Modifier | Constructor and Description |
---|---|
protected |
DirEntrySerializer(ItemValue<DirEntry> dirEntry,
java.lang.String domainUid) |
Modifier and Type | Method and Description |
---|---|
Value |
get(DirEntrySerializer.Property property) |
static java.util.Optional<DirEntrySerializer> |
get(java.lang.String domainUid,
ItemValue<DirEntry> dirEntry) |
public static java.util.Optional<DirEntrySerializer> get(java.lang.String domainUid, ItemValue<DirEntry> dirEntry)
public Value get(DirEntrySerializer.Property property)
Copyright © 2021. All Rights Reserved.