Class FakerLookUp

  • All Implemented Interfaces:
    org.apache.commons.text.lookup.StringLookup

    public class FakerLookUp
    extends Object
    implements org.apache.commons.text.lookup.StringLookup
    Evaluates the given expression using the java faker library
    See Also:
    Java Faker
    • Constructor Detail

      • FakerLookUp

        public FakerLookUp()
    • Method Detail

      • lookup

        public String lookup​(String key)
        Specified by:
        lookup in interface org.apache.commons.text.lookup.StringLookup