Index
A C D E F G H I J L M R S T U W Y
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- add(String, E) - Method in class io.memoria.jutils.adapter.eventsourcing.event.InMemoryEventStore
- add(String, Iterable<E>) - Method in class io.memoria.jutils.adapter.eventsourcing.event.InMemoryEventStore
- alphanumeric(int) - Method in class io.memoria.jutils.adapter.generator.RandomStringGenerator
- ALPHANUMERIC - Static variable in class io.memoria.jutils.adapter.generator.RandomStringGenerator
- apply(Message) - Method in class io.memoria.jutils.adapter.messaging.InMemoryMsgSenderRepo
- asBoolean(String) - Method in class io.memoria.jutils.adapter.yaml.YamlMap
- asBooleanList(String) - Method in class io.memoria.jutils.adapter.yaml.YamlMap
- asDouble(String) - Method in class io.memoria.jutils.adapter.yaml.YamlMap
- asDoubleList(String) - Method in class io.memoria.jutils.adapter.yaml.YamlMap
- asInteger(String) - Method in class io.memoria.jutils.adapter.yaml.YamlMap
- asIntegerList(String) - Method in class io.memoria.jutils.adapter.yaml.YamlMap
- asLong(String) - Method in class io.memoria.jutils.adapter.yaml.YamlMap
- asLongList(String) - Method in class io.memoria.jutils.adapter.yaml.YamlMap
- asString(String) - Method in class io.memoria.jutils.adapter.yaml.YamlMap
- asStringList(String) - Method in class io.memoria.jutils.adapter.yaml.YamlMap
- asYaml(String) - Method in class io.memoria.jutils.adapter.yaml.YamlMap
- atomicLong() - Method in class io.memoria.jutils.adapter.generator.SerialIdGenerator
-
Returns the value of the
atomicLongrecord component.
C
- create(K, V) - Method in class io.memoria.jutils.adapter.crud.InMemoryWriteRepo
D
- db - Variable in class io.memoria.jutils.adapter.crud.InMemoryReadRepo
- db - Variable in class io.memoria.jutils.adapter.crud.InMemoryWriteRepo
- db() - Method in class io.memoria.jutils.adapter.eventsourcing.event.InMemoryEventStore
-
Returns the value of the
dbrecord component. - db() - Method in class io.memoria.jutils.adapter.messaging.InMemoryMsgReceiverRepo
-
Returns the value of the
dbrecord component. - db() - Method in class io.memoria.jutils.adapter.messaging.InMemoryMsgSenderRepo
-
Returns the value of the
dbrecord component. - delete(K) - Method in class io.memoria.jutils.adapter.crud.InMemoryWriteRepo
E
- equals(Object) - Method in class io.memoria.jutils.adapter.crud.InMemoryReadRepo
- equals(Object) - Method in class io.memoria.jutils.adapter.crud.InMemoryWriteRepo
- equals(Object) - Method in class io.memoria.jutils.adapter.eventsourcing.event.InMemoryEventStore
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.memoria.jutils.adapter.file.LocalFileReader
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.memoria.jutils.adapter.file.LocalFileWriter
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.memoria.jutils.adapter.generator.RandomStringGenerator
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.memoria.jutils.adapter.generator.SerialIdGenerator
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.memoria.jutils.adapter.generator.UUIDGenerator
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.memoria.jutils.adapter.json.JsonGson
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.memoria.jutils.adapter.messaging.InMemoryMsgReceiverRepo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.memoria.jutils.adapter.messaging.InMemoryMsgSenderRepo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.memoria.jutils.adapter.yaml.YamlMap
-
Indicates whether some other object is "equal to" this one.
- exists(String) - Method in class io.memoria.jutils.adapter.eventsourcing.event.InMemoryEventStore
- exists(K) - Method in class io.memoria.jutils.adapter.crud.InMemoryReadRepo
F
- file(Path) - Method in class io.memoria.jutils.adapter.file.LocalFileReader
G
- get() - Method in class io.memoria.jutils.adapter.generator.SerialIdGenerator
- get() - Method in class io.memoria.jutils.adapter.generator.UUIDGenerator
- get() - Method in class io.memoria.jutils.adapter.messaging.InMemoryMsgReceiverRepo
- get(K) - Method in class io.memoria.jutils.adapter.crud.InMemoryReadRepo
- gson() - Method in class io.memoria.jutils.adapter.json.JsonGson
-
Returns the value of the
gsonrecord component.
H
- hashCode() - Method in class io.memoria.jutils.adapter.crud.InMemoryReadRepo
- hashCode() - Method in class io.memoria.jutils.adapter.crud.InMemoryWriteRepo
- hashCode() - Method in class io.memoria.jutils.adapter.eventsourcing.event.InMemoryEventStore
-
Returns a hash code value for this object.
- hashCode() - Method in class io.memoria.jutils.adapter.file.LocalFileReader
-
Returns a hash code value for this object.
- hashCode() - Method in class io.memoria.jutils.adapter.file.LocalFileWriter
-
Returns a hash code value for this object.
- hashCode() - Method in class io.memoria.jutils.adapter.generator.RandomStringGenerator
-
Returns a hash code value for this object.
- hashCode() - Method in class io.memoria.jutils.adapter.generator.SerialIdGenerator
-
Returns a hash code value for this object.
- hashCode() - Method in class io.memoria.jutils.adapter.generator.UUIDGenerator
-
Returns a hash code value for this object.
- hashCode() - Method in class io.memoria.jutils.adapter.json.JsonGson
-
Returns a hash code value for this object.
- hashCode() - Method in class io.memoria.jutils.adapter.messaging.InMemoryMsgReceiverRepo
-
Returns a hash code value for this object.
- hashCode() - Method in class io.memoria.jutils.adapter.messaging.InMemoryMsgSenderRepo
-
Returns a hash code value for this object.
- hashCode() - Method in class io.memoria.jutils.adapter.yaml.YamlMap
-
Returns a hash code value for this object.
- hex(int) - Method in class io.memoria.jutils.adapter.generator.RandomStringGenerator
I
- InMemoryEventStore<E extends Event> - Class in io.memoria.jutils.adapter.eventsourcing.event
- InMemoryEventStore(Map<String, List<E>>) - Constructor for class io.memoria.jutils.adapter.eventsourcing.event.InMemoryEventStore
-
Creates an instance of a
InMemoryEventStorerecord. - InMemoryMsgReceiverRepo - Class in io.memoria.jutils.adapter.messaging
- InMemoryMsgReceiverRepo(Map<String, HashMap<Integer, Queue<Message>>>, MessageFilter) - Constructor for class io.memoria.jutils.adapter.messaging.InMemoryMsgReceiverRepo
-
Creates an instance of a
InMemoryMsgReceiverReporecord. - InMemoryMsgSenderRepo - Class in io.memoria.jutils.adapter.messaging
- InMemoryMsgSenderRepo(Map<String, HashMap<Integer, Queue<Message>>>, MessageFilter) - Constructor for class io.memoria.jutils.adapter.messaging.InMemoryMsgSenderRepo
-
Creates an instance of a
InMemoryMsgSenderReporecord. - InMemoryReadRepo<K,V> - Class in io.memoria.jutils.adapter.crud
- InMemoryReadRepo(Map<K, V>) - Constructor for class io.memoria.jutils.adapter.crud.InMemoryReadRepo
- InMemoryWriteRepo<K,V> - Class in io.memoria.jutils.adapter.crud
- InMemoryWriteRepo(Map<K, V>) - Constructor for class io.memoria.jutils.adapter.crud.InMemoryWriteRepo
- io.memoria.jutils.adapter.crud - package io.memoria.jutils.adapter.crud
- io.memoria.jutils.adapter.eventsourcing.event - package io.memoria.jutils.adapter.eventsourcing.event
- io.memoria.jutils.adapter.file - package io.memoria.jutils.adapter.file
- io.memoria.jutils.adapter.generator - package io.memoria.jutils.adapter.generator
- io.memoria.jutils.adapter.json - package io.memoria.jutils.adapter.json
- io.memoria.jutils.adapter.messaging - package io.memoria.jutils.adapter.messaging
- io.memoria.jutils.adapter.yaml - package io.memoria.jutils.adapter.yaml
J
- JsonGson - Class in io.memoria.jutils.adapter.json
- JsonGson(Gson) - Constructor for class io.memoria.jutils.adapter.json.JsonGson
-
Creates an instance of a
JsonGsonrecord.
L
- lines(Path) - Method in class io.memoria.jutils.adapter.file.LocalFileReader
- LocalDateGsonAdapter - Class in io.memoria.jutils.adapter.json
- LocalDateGsonAdapter(DateTimeFormatter) - Constructor for class io.memoria.jutils.adapter.json.LocalDateGsonAdapter
- LocalDateTimeGsonAdapter - Class in io.memoria.jutils.adapter.json
- LocalDateTimeGsonAdapter(DateTimeFormatter, ZoneOffset) - Constructor for class io.memoria.jutils.adapter.json.LocalDateTimeGsonAdapter
- LocalFileReader - Class in io.memoria.jutils.adapter.file
- LocalFileReader(Scheduler) - Constructor for class io.memoria.jutils.adapter.file.LocalFileReader
-
Creates an instance of a
LocalFileReaderrecord. - LocalFileWriter - Class in io.memoria.jutils.adapter.file
- LocalFileWriter(Scheduler) - Constructor for class io.memoria.jutils.adapter.file.LocalFileWriter
-
Creates an instance of a
LocalFileWriterrecord.
M
- map() - Method in class io.memoria.jutils.adapter.yaml.YamlMap
-
Returns the value of the
maprecord component. - mf() - Method in class io.memoria.jutils.adapter.messaging.InMemoryMsgReceiverRepo
-
Returns the value of the
mfrecord component. - mf() - Method in class io.memoria.jutils.adapter.messaging.InMemoryMsgSenderRepo
-
Returns the value of the
mfrecord component. - minMaxAlphanumeric(int, int) - Method in class io.memoria.jutils.adapter.generator.RandomStringGenerator
- minMaxHex(int, int) - Method in class io.memoria.jutils.adapter.generator.RandomStringGenerator
R
- random() - Method in class io.memoria.jutils.adapter.generator.RandomStringGenerator
-
Returns the value of the
randomrecord component. - RandomStringGenerator - Class in io.memoria.jutils.adapter.generator
- RandomStringGenerator(Random) - Constructor for class io.memoria.jutils.adapter.generator.RandomStringGenerator
-
Creates an instance of a
RandomStringGeneratorrecord. - read(JsonReader) - Method in class io.memoria.jutils.adapter.json.LocalDateGsonAdapter
- read(JsonReader) - Method in class io.memoria.jutils.adapter.json.LocalDateTimeGsonAdapter
- register(GsonBuilder, DateTimeFormatter) - Static method in class io.memoria.jutils.adapter.json.LocalDateGsonAdapter
- register(GsonBuilder, DateTimeFormatter, ZoneOffset) - Static method in class io.memoria.jutils.adapter.json.LocalDateTimeGsonAdapter
S
- scheduler() - Method in class io.memoria.jutils.adapter.file.LocalFileReader
-
Returns the value of the
schedulerrecord component. - scheduler() - Method in class io.memoria.jutils.adapter.file.LocalFileWriter
-
Returns the value of the
schedulerrecord component. - SerialIdGenerator - Class in io.memoria.jutils.adapter.generator
- SerialIdGenerator(AtomicLong) - Constructor for class io.memoria.jutils.adapter.generator.SerialIdGenerator
-
Creates an instance of a
SerialIdGeneratorrecord. - stream(String) - Method in class io.memoria.jutils.adapter.eventsourcing.event.InMemoryEventStore
T
- toMap(String) - Method in class io.memoria.jutils.adapter.json.JsonGson
- toObject(String, Class<T>) - Method in class io.memoria.jutils.adapter.json.JsonGson
- toString() - Method in class io.memoria.jutils.adapter.eventsourcing.event.InMemoryEventStore
-
Returns a string representation of this record.
- toString() - Method in class io.memoria.jutils.adapter.file.LocalFileReader
-
Returns a string representation of this record.
- toString() - Method in class io.memoria.jutils.adapter.file.LocalFileWriter
-
Returns a string representation of this record.
- toString() - Method in class io.memoria.jutils.adapter.generator.RandomStringGenerator
-
Returns a string representation of this record.
- toString() - Method in class io.memoria.jutils.adapter.generator.SerialIdGenerator
-
Returns a string representation of this record.
- toString() - Method in class io.memoria.jutils.adapter.generator.UUIDGenerator
-
Returns a string representation of this record.
- toString() - Method in class io.memoria.jutils.adapter.json.JsonGson
-
Returns a string representation of this record.
- toString() - Method in class io.memoria.jutils.adapter.messaging.InMemoryMsgReceiverRepo
-
Returns a string representation of this record.
- toString() - Method in class io.memoria.jutils.adapter.messaging.InMemoryMsgSenderRepo
-
Returns a string representation of this record.
- toString() - Method in class io.memoria.jutils.adapter.yaml.YamlMap
-
Returns a string representation of this record.
- toString(T) - Method in class io.memoria.jutils.adapter.json.JsonGson
U
- update(K, V) - Method in class io.memoria.jutils.adapter.crud.InMemoryWriteRepo
- UUIDGenerator - Class in io.memoria.jutils.adapter.generator
- UUIDGenerator() - Constructor for class io.memoria.jutils.adapter.generator.UUIDGenerator
-
Creates an instance of a
UUIDGeneratorrecord.
W
- write(JsonWriter, LocalDate) - Method in class io.memoria.jutils.adapter.json.LocalDateGsonAdapter
- write(JsonWriter, LocalDateTime) - Method in class io.memoria.jutils.adapter.json.LocalDateTimeGsonAdapter
- writeFile(Path, String) - Method in class io.memoria.jutils.adapter.file.LocalFileWriter
Y
- yaml(Path) - Method in class io.memoria.jutils.adapter.file.LocalFileReader
- YamlMap - Class in io.memoria.jutils.adapter.yaml
- YamlMap(Map<String, Object>) - Constructor for class io.memoria.jutils.adapter.yaml.YamlMap
-
Creates an instance of a
YamlMaprecord. - YamlMap(Map<String, Object>) - Constructor for class io.memoria.jutils.adapter.yaml.YamlMap
All Classes|All Packages