Class ActorStringConverter

java.lang.Object
com.stardevllc.starmclib.actors.ActorStringConverter
All Implemented Interfaces:
com.stardevllc.starlib.converter.Converter<Actor,String>, com.stardevllc.starlib.converter.string.StringConverter<Actor>

public class ActorStringConverter extends Object implements com.stardevllc.starlib.converter.string.StringConverter<Actor>
  • Constructor Details

    • ActorStringConverter

      protected ActorStringConverter()
  • Method Details

    • convertFrom

      public String convertFrom(Actor fromObject)
      Specified by:
      convertFrom in interface com.stardevllc.starlib.converter.Converter<Actor,String>
    • convertTo

      public Actor convertTo(String toObject)
      Specified by:
      convertTo in interface com.stardevllc.starlib.converter.Converter<Actor,String>