Index

A C E G I M S V W 
All Classes and Interfaces|All Packages

A

asMap() - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
asProperties() - Method in interface io.github.mmm.base.metainfo.MetaInfo
 

C

config() - Static method in interface io.github.mmm.base.metainfo.MetaInfo
 

E

empty() - Static method in interface io.github.mmm.base.metainfo.MetaInfo
 

G

get(boolean, boolean, String) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
get(boolean, String) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
get(boolean, String, String) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
get(String) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
get(String, String) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
getAsBoolean(boolean, boolean, String) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
getAsBoolean(boolean, String, boolean) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
getAsBoolean(String) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
getAsBoolean(String, boolean) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
getAsBooleanRequired(String) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
getAsInteger(boolean, boolean, String) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
getAsInteger(boolean, String, int) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
getAsInteger(String) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
getAsInteger(String, int) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
getAsIntegerRequired(String) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
getAsLong(boolean, boolean, String) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
getAsLong(boolean, String, long) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
getAsLong(String) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
getAsLong(String, long) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
getAsLongRequired(String) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
getGeneric(boolean, boolean, String, ValueType<T>) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
getKeyPrefix() - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
getParent() - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
getRequired(String) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 

I

io.github.mmm.base.metainfo - module io.github.mmm.base.metainfo
Types for meta-information.
io.github.mmm.base.metainfo - package io.github.mmm.base.metainfo
Contains API for MetaInfo and the annotation MetaInfos.
isEmpty() - Method in interface io.github.mmm.base.metainfo.MetaInfo
 

M

MetaInfo - Interface in io.github.mmm.base.metainfo
Interface for meta-information similar to Properties but more sophisticated.
MetaInfos - Annotation Interface in io.github.mmm.base.metainfo
Annotation to define MetaInfo.

S

size() - Method in interface io.github.mmm.base.metainfo.MetaInfo
 

V

value() - Element in annotation interface io.github.mmm.base.metainfo.MetaInfos
 

W

with(MetaInfos) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
with(AnnotatedElement) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
with(String) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
with(String, String) - Method in interface io.github.mmm.base.metainfo.MetaInfo
Adds or updates the specified meta-info.
ATTENTION: Please consider using MetaInfo.with(Map) and other related factory methods instead of sequentially using this method that may be inefficient.
with(Map<String, String>) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
with(Map<String, String>, String) - Method in interface io.github.mmm.base.metainfo.MetaInfo
 
with(Properties) - Method in interface io.github.mmm.base.metainfo.MetaInfo
ATTENTION: Due to the design of Properties (with ability for inheritance but no API to get access to the parent defaults) the result will be inefficient.
with(Properties, String) - Method in interface io.github.mmm.base.metainfo.MetaInfo
ATTENTION: Due to the design of Properties (with ability for inheritance but no API to get access to the parent defaults) the result will be inefficient.
A C E G I M S V W 
All Classes and Interfaces|All Packages